バージョン

Notifier(String,NotifierModel,Object) メソッド

指定された ID、モデル、および html 属性で notifier を描画します。
シンタックス
'宣言
 
Public Overloads Function Notifier( _
   ByVal id As System.String, _
   ByVal notifierModel As NotifierModel, _
   ByVal htmlAttributes As System.Object _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Notifier( 
   System.string id,
   NotifierModel notifierModel,
   System.object htmlAttributes
)

パラメータ

id
id。
notifierModel
notifier モデル。
htmlAttributes
HTML 属性。
参照

オンラインで表示: GitHub